@charset "utf-8";

/*页面全部*/
.sy_backgroud
{
	background-color: #f7f7f7;
	width:100%;
	height:100%;
}
.header_all
{
	/*width :62.5%;*/
	width:1200px;
	background-color: #ffffff;
	margin:0 auto;
	padding-top: 20px;
}
/*首页头部*/
.sy_header
{
	width:90%;
	height:30px;
	margin:0 auto;
}
/*logo图片*/
.logo_img
{
	width:10%;
	float:left;
}
/*首页header 右侧 未登录*/
.sy_head_right
{
	position:relative;
	top:30px;
}
/*搜索框*/
.bar7 input {
	height:30px;
    width: 200px;
    border-radius: 42px;
    border: 2px solid #C5C5C5;
    transition: .3s linear;
    float: right;
}
.bar7 input:focus {
    width: 250px;
}
.bar7 img {
	float: right;
    background: none;
    right: 0;
	position:relative;
	top:4px;
	left:-30px;
  	content: "\f002";
  	font-family: FontAwesome;
  	color: #324b4e;
}
/*登录注册按钮*/
.sy_login
{
	float:right;
}
.sy_bannier
{
  width:90%;
  height:26.6%;
  /*height:354px;*/
  margin:0 auto;
  overflow:inherit;
 }
 .swiper-container {
  width:100%;
  height:100%;
}

.sy_bannier img
{
  width:100%;
  height:100%;
  /*height:354px;*/
   overflow:inherit;
}
/*banner图上方文字*/
.ip_banner
{
	width:100%;
	height:30px;
	line-height: 30px;
	margin-top: -30px;
	text-align: center;
	position: relative;
	z-index: 999;
	background-color:rgba(0,0,0,0.4);
	color: #ffffff;
}

/*登录注册点击header*/
.sy_text
{
	float:left;
	cursor:pointer;
}
.text_login
{
        width: 72px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-size: 16px;
        margin: 0 12px 0 0;
        background: #23a9ff;
        border-radius: 2px;
        text-decoration: none;
}

.text_approve{
	width: 72px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	padding-top:50px;
}

.text_login:hover{
    background: #23a9ff;
    color: white;
}
.text_sign
{
        width: 72px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        text-decoration: none;
        color: #23a9ff;
        font-size: 16px;
        margin: 0 0 0;
        background: white;
        border-radius: 2px;
        text-decoration: none;
        /*border: 1px solid #23a9ff;*/
        margin-right: 0;
        margin-left: 5px;
}
.text_sing:hover{
    background: #76808e;
    color: white;
}
/*.sy_text:hover{color: #0051b6;}*/

/*用户信息*/
.sy_text_right
{
	float:right;
	width:19%;
	position:relative;
	top:-20px;
}
.sy_tip
{
	float:right;
	position:relative;
	top:20px;
	margin-right: 20px;
	cursor:pointer;
}
.sy_toux
{
	float:right;
	cursor:pointer;
}
.sy_toux img
{
	height:33px;
	width:33px;
	position:relative;
	top:11px;
	cursor:pointer;
}



/*首页header 右侧 登录*/
.sy_head_right_login
{
	position:relative;
	top:30px;
}
/*搜索框*/
.bar8 input {
	height:28px;
    width: 250px;
    border-radius: 42px;
    border: 2px solid #C5C5C5;
    transition: .3s linear;
    float: right;
}
.bar8 input:focus {
    width: 300px;
}
.bar8 img {
	float: right;
    background: none;
    right: 0;
	position:relative;
	top:3px;
	left:-30px;
  	content: "\f002";
  	font-family: FontAwesome;
  	color: #324b4e;
}

/*导航倒三角*/
.sy_dh
{
	position:relative;
	top:30px;
	float:right;
	width:0px;
	height:0px;
	border-top:8px solid #bfbfbf;
	border-left:6px solid transparent;
	border-bottom:3px solid transparent;
	border-right:6px solid transparent;
	cursor:pointer;
}

/*导航 下拉框*/
.sy_dh_list
{
	display: none;
	float:right;
	width:12%;
	height:54px;
  	position:relative;
  	left:23%;
  	/*left:73%;*/
  	top:63px;
  	/*top:100px;*/
 	z-index:100;
 	border: 1px solid #e5e5e5;
 	text-align: center;
}
.sy_dh_list li
{
	height: 27px;
	line-height: 27px;
 	border-bottom: 1px solid #e5e5e5;
 	background-color : #ffffff;
 	cursor: pointer;
}
.sy_dh_list li a{text-decoration-line: none;}

.sy_message_list
{
    display: none;
	float:right;
	width:140px;
  	position:relative;
  	left:17%;
  	top:59px;
 	z-index:100;
	border: 1px solid #e5e5e5;
	border-bottom:none;
}
.sy_message_list li a{text-decoration-line: none;}
.sy_message_list li
{
	height: 27px;
	line-height: 27px;
 	border-bottom: 1px solid #e5e5e5;
 	background-color : #ffffff;
 	padding-left: 10px;
}
.tip {
	display:none;
	background:#f00;
	border-radius:50%;
	width:20px;
	height:20px;
	top:-5px;
	right:-8px;
	position:absolute;
	text-align: center;
	color:white;
}
.warin_red
{
	display:block;
	background:#f00;
	border-radius:50%;
	width:8px;
	height:8px;
	float:left;
	margin-top: 10px;
}
.warin_white
{
	display:block;
	background:#fff;
	border-radius:50%;
	width:8px;
	height:8px;
	float:left;
	margin-top: 10px;
}




